A Model Context Protocol (MCP) server that provides access to the World News API. This server enables AI assistants to search for news, get top headlines, extract articles, retrieve newspaper front pages, and more through the MCP protocol.
News Search: Search and filter news by text, date, location, category, language, and more
Top Headlines: Get top news from any country in any language
Newspaper Front Pages: Retrieve front pages of newspapers from around the world
Article Extraction: Extract full articles from news URLs
News Links Discovery: Extract news links from websites
Source Search: Find monitored news sources
Location Coordinates: Get geo-coordinates for location-based filtering
Content Analysis: Extract entities, detect sentiment, and more
Server Config
{
"mcpServers": {
"world-news-api": {
"command": "world-news-api-mcp",
"env": {
"WORLD_NEWS_API_KEY": "your_api_key_here"
}
}
}
}